home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / cmdisk11.arj / CMCOPY.DOC < prev    next >
Text File  |  1994-03-31  |  6KB  |  106 lines

  1.  
  2.  
  3.      CMCopy: A Program for Making Multiple Diskette Copies
  4.                         by Charles F. Martin
  5.  
  6.      Usage:
  7.  
  8.           CMCopy first reads a disk from either floppy drive A or B, as
  9.           chosen by the user, and makes an image of it on hard drive C.  It
  10.           then asks you how many copies you wish to make, and whether you want
  11.           to verify each track after it is written.  (During "verification"in
  12.           CMCopy, the disk drive reads the track it just wrote, calculates a
  13.           CRC -- "cyclic redundancy check" --  and compares it with that
  14.           recorded on the disk during the write operation.  Modern diskette
  15.           drives are so reliable that this extra step is not really necessary,
  16.           unless the copy is so valuable that you want a small amount of extra
  17.           assurance that it is exactly correct.)
  18.  
  19.      Running:
  20.  
  21.           At the DOS system prompt, just type CMCopy.  You will be shown an
  22.           opening screen that may be cleared with a single keystroke.  CMCopy
  23.           then asks you to press the letter, A or B, corresponding to the
  24.           drive you want to read from, to insert the master disk into the
  25.           drive, and press Enter.  CMCopy will then read the disk, first
  26.           determining and informing you what disk format it is.
  27.  
  28.           After successfully reading the master disk, CMCopy will ask how
  29.           many copies you wish to make, and offer a "default" value of 10.
  30.           Adjust the default value of 10 using the "+" and "-" keys, and, when
  31.           the number is correct, press Enter.  (If you don't know how many
  32.           copies you want to make, or you enter a wrong value, don't worry.
  33.           After each copy, CMCopy gives you the option of inseting another
  34.           blank disk and pressing Enter to start the next copy, or pressing
  35.           <Esc> to terminate this run of copies.)
  36.  
  37.           After a run of copies, CMCopy first offers you the option of making
  38.           more copies of the same master disk, and, if no more are desired, of
  39.           reading a new master from either drive.  Answering N to both
  40.           questions leaves the program.
  41.  
  42.      Automatic Formatting:
  43.  
  44.           CMCopy determines whether the blank disk being copied to is already
  45.           formatted in the format of the master disk, and performs the format
  46.           if required.  FOR 3.5" DISKETTES, there is a hole in the diskette in
  47.           the corner adjacent to the movabale write-protect slide if the
  48.           diskette is capable of high-density (1.44Mb) format, and no hole if
  49.           it is 720kb.  The case style of the blanks to be copied MUST MATCH
  50.           the case style of the master disk, or format errors will occur.
  51.  
  52.      Error Detection:
  53.  
  54.           CMCopy reports any error returned by the BIOS (Basic Input/Output
  55.           System) diskette services, and the operation during which the error
  56.           occurred.  The following is a listing of the errors the BIOS may
  57.           report, in hexadecimal format, as relayed by CMCopy.  It is
  58.           included here for completeness.  CMCopy will ask you if you want to
  59.           try another master if an error occurs during disk reading, and will
  60.           advise you not to use the copied disk if the error occurs during
  61.           disk format/write/verify:
  62.  
  63.                Error Code:      Error Description:
  64.                02h              Address mark not found
  65.                03h              Attempt to write on write-protected disk
  66.                04h              Sector not found
  67.                0Ch              Media type not found
  68.                20h              General controller failure
  69.                40h              Seek operation failed
  70.                80h              Timeout (no disk in drive)
  71.  
  72.           Errors 02h and 04h signify defective or unformatted media.  The only
  73.           error you will likely ever see is 80h, if you forget to put a disk
  74.           in the drive.
  75.  
  76.      Registration:
  77.  
  78.           CMCopy is distributed as Shareware.  It is not "freeware" or
  79.           public domain software, but is made available to you, the user, for
  80.           evaluation under the Shareware principle of "try before buy".
  81.  
  82.           If you use CMCopy regularly, you are requested to register your
  83.           copy.  Registration fee is $5.00, and may be remitted to:
  84.  
  85.                Charles F. Martin
  86.                NoVaSoft
  87.                3239 Riverview Dr.
  88.                Triangle, VA  22172-1421  USA
  89.  
  90.           CMCopy and the related utilities CMScan and CMFormat may be
  91.           registered as a package for $8.00.
  92.  
  93.           Author may be contacted by telephone at (703) 221-1833 or 221-1471,
  94.           or by CompuServe E-mail [72130,1400].
  95.  
  96.           Charles F. Martin is a member of the Association  of Shareware
  97.           Professionals (ASP).  ASP wants to make sure that the shareware
  98.           principle works for you. If you are unable to resolve a shareware-
  99.           related problem with an ASP member by contacting the member
  100.           directly, ASP may be able to help. The ASP Ombudsman can help you
  101.           resolve a dispute or problem with an ASP member, but does not
  102.           provide technical support for members' products. Please write to the
  103.           ASP Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a
  104.           CompuServe message via CompuServe Mail to ASP Ombudsman 70007,3536.
  105.  
  106.